home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1998 November / Electronic Clipper 1998-11.iso / Idea Source® / teaser.dir / 00086_Script_cabinets < prev    next >
Text File  |  1998-08-25  |  476b  |  26 lines

  1. on mousedown
  2.   global flash
  3.   cursor -1
  4.   set the loc of sprite 14 to point(21, 447)
  5.   if flash=1 then set the visible of sprite 14 to true
  6.   updatestage
  7.   puppetsound(3) "button"
  8.   go frame "cabinets"
  9. end
  10.  
  11. on mouseenter me
  12.   global flash
  13.   if flash=1 then set the visible of sprite 14 to false
  14.   updatestage
  15.   cursor 280  
  16. end
  17.  
  18. on mouseleave me
  19.   global flash
  20.   if flash=1 then set the visible of sprite 14 to true
  21.   updatestage
  22.   cursor 200  
  23. end
  24.  
  25.  
  26.